home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / fm42ch.exe / {app} / Foxmail.exe / 0 / RCDATA / TDLG_IMPORTMODE / TDLG_IMPORTMODE.txt
Text File  |  2002-07-04  |  2KB  |  79 lines

  1. object Dlg_ImportMode: TDlg_ImportMode
  2.   Left = 271
  3.   Top = 213
  4.   BorderStyle = bsDialog
  5.   Caption = 'Confirm'
  6.   ClientHeight = 130
  7.   ClientWidth = 399
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lblCardExist: TLabel
  20.     Left = 29
  21.     Top = 16
  22.     Width = 356
  23.     Height = 41
  24.     AutoSize = False
  25.     Caption = 'lblCardExist'
  26.     WordWrap = True
  27.   end
  28.   object btnReserve: TButton
  29.     Left = 10
  30.     Top = 88
  31.     Width = 91
  32.     Height = 25
  33.     Caption = '&Reserve'
  34.     ModalResult = 1
  35.     TabOrder = 0
  36.     OnClick = btnReserveClick
  37.   end
  38.   object btnReserveAll: TButton
  39.     Left = 106
  40.     Top = 88
  41.     Width = 91
  42.     Height = 25
  43.     Caption = 'Reserve &All'
  44.     ModalResult = 1
  45.     TabOrder = 1
  46.     OnClick = btnReserveAllClick
  47.   end
  48.   object btnReplace: TButton
  49.     Left = 202
  50.     Top = 88
  51.     Width = 91
  52.     Height = 25
  53.     Caption = 'R&eplace'
  54.     ModalResult = 1
  55.     TabOrder = 2
  56.     OnClick = btnReplaceClick
  57.   end
  58.   object btnReplaceAll: TButton
  59.     Left = 298
  60.     Top = 88
  61.     Width = 91
  62.     Height = 25
  63.     Caption = 'Re&place All'
  64.     ModalResult = 1
  65.     TabOrder = 3
  66.     OnClick = btnReplaceAllClick
  67.   end
  68.   object Language: TLanguage
  69.     LangCenter = DM_Language.LangCenter
  70.     ResStrings.Strings = (
  71.       '0001=The card "'
  72.       
  73.         '0002=" already Exists, do you want to reserve the old card and i' +
  74.         'mport a new one, or replace it with imported one?')
  75.     Left = 367
  76.     Top = 38
  77.   end
  78. end
  79.